SDK Internal-Defined Status Codes

Normal Status Code

Value: 0x00000000.

int MV_OK = 0x00000000
 No error. More...
 

Definitions of Generic Error Codes

Range: 0x80000000 to 0x800000FF.

int MV_E_HANDLE = 0x80000000
 Incorrect or invalid handle. More...
 
int MV_E_SUPPORT = 0x80000001
 The feature is not supported. More...
 
int MV_E_BUFOVER = 0x80000002
 The buffer is full. More...
 
int MV_E_CALLORDER = 0x80000003
 Incorrect API calling sequence. More...
 
int MV_E_PARAMETER = 0x80000004
 Incorrect parameter. More...
 
int MV_E_RESOURCE = 0x80000006
 Applying for resources failed. More...
 
int MV_E_NODATA = 0x80000007
 No data. More...
 
int MV_E_PRECONDITION = 0x80000008
 Precondition is incorrect, or running environment has been changed. More...
 
int MV_E_VERSION = 0x80000009
 Version mismatch. More...
 
int MV_E_NOENOUGH_BUF = 0x8000000A
 The input memory is not enough. More...
 
int MV_E_ABNORMAL_IMAGE = 0x8000000B
 Abnormal image. More...
 
int MV_E_LOAD_LIBRARY = 0x8000000C
 Dynamically loading DLL failed. More...
 
int MV_E_NOOUTBUF = 0x8000000D
 No available buffer. More...
 
int MV_E_ENCRYPT = 0x8000000E
 Error occurred when performing encryption. More...
 
int MV_E_OPENFILE = 0x8000000F
 Error occurred when opening file. More...
 
int MV_E_BUF_IN_USE = 0x80000010
 Buffer address has been used. More...
 
int MV_E_BUF_INVALID = 0x80000011
 Invalid buffer address. More...
 
int MV_E_NOALIGN_BUF = 0x80000012
 Buffer alignment exception. More...
 
int MV_E_NOENOUGH_BUF_NUM = 0x80000013
 Insufficient number of buffers. More...
 
int MV_E_PORT_IN_USE = 0x80000014
 Serial port is occupied. More...
 
int MV_E_IMAGE_DECODEC = 0x80000015
 Decoding error. More...
 
int MV_E_UINT32_LIMIT = 0x80000016
 The API does not support returning the image with size greater than unsigned int. More...
 
int MV_E_IMAGE_HEIGHT = 0x80000017
 Image height exception (incomplete frame is dropped). More...
 
int MV_E_NOENOUGH_DDR = 0x80000018
 Insufficient DDR buffer. More...
 
int MV_E_NOENOUGH_STREAM = 0x80000019
 Insufficient stream channels. More...
 
int MV_E_NORESPONSE = 0x8000001A
 No response from device. More...
 
int MV_E_WRITEFILE = 0x8000001B
 Exception occurred when writing to the file. More...
 
int MV_E_READFILE = 0x8000001C
 Exception occurred when reading from the file. More...
 
int MV_E_FILELENGTH = 0x8000001D
 File length exception. More...
 
int MV_E_RESOURCE_EVENT = 0x8000001E
 Creating event failed. More...
 
int MV_E_RESOURCE_THREAD = 0x8000001F
 Creating thread failed. More...
 
int MV_E_DEV_OFFLINE = 0x80000020
 Device is offline. More...
 
int MV_E_DEV_SUPPORT = 0x80000021
 Device is not supported. More...
 
int MV_E_PLATFORM_SUPPORT = 0x80000022
 It is not supported on the current platform. More...
 
int MV_E_SERIAL_BUFFER_FULL = 0x80000023
 Device serial port buffer space is insufficient. More...
 
int MV_E_CHANNEL_INDEX = 0x80000024
 Stream channel index is invalid. More...
 
int MV_E_PARAMETER_RANGE = 0x80000025
 The parameter is out of range. More...
 
int MV_E_RESOURCE_IO = 0x80000026
 I/O resource exception. More...
 
int MV_E_IMAGE_INFO_INVALID = 0x80000027
 Image information (such as width, height, and height) is abnormal. More...
 
int MV_E_RESOURCE_IN_USE = 0x80000028
 The requested resource (such as frame grabber, device, and stream) is in use. More...
 
int MV_E_DEV_NOT_IMPLEMENTED = 0x80000041
 The command is not implemented in device. More...
 
int MV_E_DEV_INVALID_PARAMETER = 0x80000042
 The command parameter is invalid or out of range. More...
 
int MV_E_DEV_INVALID_ADDRESS = 0x80000043
 Attempted to access non-existent register address. More...
 
int MV_E_DEV_WRITE_PROTECT = 0x80000044
 Attempted to write to read-only register. More...
 
int MV_E_DEV_BAD_ALIGNMENT = 0x80000045
 Attempted to access register address not aligned according to underlying technology. More...
 
int MV_E_DEV_ACCESS_DENIED = 0x80000046
 Attempted to read from unreadable or write to unwritable register address. More...
 
int MV_E_DEV_BUSY = 0x80000047
 Device is busy. More...
 
int MV_E_DEV_MSG_TIMEOUT = 0x80000048
 Device response timed out. More...
 
int MV_E_DEV_INVALID_HEADER = 0x80000049
 Received command header is invalid. More...
 
int MV_E_DEV_UNKNOWN = 0x8000004A
 Unknown error code returned from device (not converted to corresponding error code). More...
 
int MV_E_DEV_INVALID_PARAMS = 0x8000004B
 The parameter returned by the device is invalid. More...
 
int MV_E_DEV_WRONG_CONFIG = 0x8000004C
 The device configuration does not allow executing the sent command. More...
 
int MV_E_DEV_CRC = 0x8000004D
 CRC error. More...
 
int MV_E_INTERNAL = 0x800000FE
 SDK internal error. More...
 
int MV_E_UNKNOW = 0x800000FF
 Unknown error. More...
 

GenICam Error Codes

Range: 0x80000100 to 0x800001FF.

int MV_E_GC_GENERIC = 0x80000100
 Generic error. More...
 
int MV_E_GC_ARGUMENT = 0x80000101
 Invalid parameter. More...
 
int MV_E_GC_RANGE = 0x80000102
 The value is out of range. More...
 
int MV_E_GC_PROPERTY = 0x80000103
 Attribute error. More...
 
int MV_E_GC_RUNTIME = 0x80000104
 Running environment error. More...
 
int MV_E_GC_LOGICAL = 0x80000105
 Incorrect logic. More...
 
int MV_E_GC_ACCESS = 0x80000106
 Incorrect node access condition. More...
 
int MV_E_GC_TIMEOUT = 0x80000107
 Timed out. More...
 
int MV_E_GC_DYNAMICCAST = 0x80000108
 Conversion exception. More...
 
int MV_E_GC_NODE_NOT_FOUND = 0x80000109
 Node does not exist. More...
 
int MV_E_GC_NODE_VERIFY = 0x8000010A
 Verifying the node failed. More...
 
int MV_E_GC_FILE = 0x8000010B
 GenICam file exception. More...
 
int MV_E_GC_URL_DESC = 0x8000010C
 Device URL descriptor exception. More...
 
int MV_E_GC_UNKNOW = 0x800001FF
 GenICam unknown error. More...
 

GigE_STATUS Error Codes

Range: 0x80000200 to 0x800002FF.

int MV_E_NOT_IMPLEMENTED = 0x80000200
 The command is not supported by the device. More...
 
int MV_E_INVALID_ADDRESS = 0x80000201
 The target address does not exist. More...
 
int MV_E_WRITE_PROTECT = 0x80000202
 Writing to the target address is not supported. More...
 
int MV_E_ACCESS_DENIED = 0x80000203
 No access permission for the device. More...
 
int MV_E_BUSY = 0x80000204
 Device is busy, or network is disconnected. More...
 
int MV_E_PACKET = 0x80000205
 Network packet error. More...
 
int MV_E_NETER = 0x80000206
 Network error. More...
 
int MV_E_DRIVERATTACH = 0x80000207
 GigE driver is not assigned. More...
 
int MV_E_PACKET_ID_MISMATCH = 0x80000208
 The received packet ID mismatch. More...
 
int MV_E_IMAGE_BUFFER_OVERFLOW = 0x80000209
 Image buffer overflow. More...
 
int MV_E_NO_BUFFER_FOR_USE = 0x8000020A
 No available buffer for use. More...
 
int MV_E_XML_INFO_PACKET_ERR = 0x8000020B
 Error occurred when parsing XML information packet. More...
 
int MV_E_TIMEOUT = 0x8000020C
 Timed out. More...
 
int MV_E_NET_TRANSMISSION_TYPE_ERR = 0x8000020D
 Network transmission type parameter error (unicast, multicast, etc.). More...
 
int MV_E_SUPPORT_MODIFY_DEVICE_IP = 0x8000020E
 Changing device IP mode is not supported under fixed IP mode. More...
 
int MV_E_KEY_VERIFICATION = 0x8000020F
 Incorrect secret key. More...
 
int MV_E_VALUE_NOT_EXPECTED = 0x80000210
 The value does not meet the requirement. More...
 
int MV_E_DEV_DISCONNECT = 0x80000211
 Device is disconnected. More...
 
int MV_E_UDP_INIT = 0x80000212
 UDP initialization failed. More...
 
int MV_E_UDP_SEND_DATA = 0x80000213
 Sending data via UDP failed. More...
 
int MV_E_UDP_RECV_DATA = 0x80000214
 Receiving data via UDP failed. More...
 
int MV_E_UDP_CONNECT = 0x80000215
 UDP connection failed. More...
 
int MV_E_UDP_RESET_CONNECT = 0x80000216
 Resetting UDP connection failed. More...
 
int MV_E_MULTICAST_ADD_DEVICE = 0x80000217
 Adding multicast device failed. More...
 
int MV_E_MULTICAST_IP_INVALID = 0x80000218
 IP address exception. More...
 
int MV_E_IP_CONFLICT = 0x80000221
 Device IP address conflict. More...
 

USB_STATUS Error Codes

Range: 0x80000300 to 0x800003FF.

int MV_E_USB_READ = 0x80000300
 Error occurred when reading the USB. More...
 
int MV_E_USB_WRITE = 0x80000301
 Error occurred when writing to the USB. More...
 
int MV_E_USB_DEVICE = 0x80000302
 Device exception. More...
 
int MV_E_USB_GENICAM = 0x80000303
 GenICam error. More...
 
int MV_E_USB_BANDWIDTH = 0x80000304
 Insufficient bandwidth. More...
 
int MV_E_USB_DRIVER = 0x80000305
 Driver mismatch or the driver is not installed. More...
 
int MV_E_USB_UNKNOW = 0x800003FF
 USB unknown error. More...
 

Error Codes of Upgrading

Range: 0x80000400 to 0x800004FF.

int MV_E_UPG_FILE_MISMATCH = 0x80000400
 Upgrade firmware mismatch. More...
 
int MV_E_UPG_LANGUSGE_MISMATCH = 0x80000401
 Programming language of upgrade firmware mismatch. More...
 
int MV_E_UPG_CONFLICT = 0x80000402
 Upgrade conflict (repeated update requests). More...
 
int MV_E_UPG_INNER_ERR = 0x80000403
 Device internal error occurred when upgrading the device. More...
 
int MV_E_UPG_UNKNOW = 0x800004FF
 Unknown error occurred when upgrading the device. More...
 

Image Process Error Codes

Range: 0x80000500 to 0x800005FF.

int MV_E_SUPPORT_PIXEL_FORMAT = 0x80000500
 Pixel format is not supported. More...
 
int MV_E_SUPPORT_IMAGE_TYPE = 0x80000501
 Image type is not supported, such as BMP, TIFF, and JPG. More...
 
int MV_E_NOENOUGH_INPUT_DATA = 0x80000502
 Input image data is insufficient. More...
 

Rendering-Related Error Codes

Range: 0x80000530 to 0x8000055F.

int MV_E_SR_NOT_INITIAL = 0x80000530
 It is not initialized. More...
 
int MV_E_SR_SUPPORT_FUNCTION = 0x80000531
 The API is not supported. More...
 
int MV_E_SR_SUPPORT_ENGINE = 0x80000532
 Rendering engine is not supported. More...
 
int MV_E_SR_SUPPORT_PIXELTYPE = 0x80000533
 Pixel format is not supported. More...
 
int MV_E_SR_SUPPORT_TEXTURESIZE = 0x80000534
 Texture size is not supported. More...
 
int MV_E_SR_SUPPORT_WND = 0x80000535
 Displaying window is not supported. More...
 
int MV_E_SR_SUPPORT_EFFECT = 0x80000536
 Displaying effect is not supported. More...
 
int MV_E_SR_SUPPORT_VIEWTYPE = 0x80000537
 View shifting is not supported. More...
 
int MV_E_SR_SUPPORT_STATE = 0x80000538
 Rendering status is not supported. More...
 
int MV_E_SR_SUBPORT = 0x80000539
 The port No. More...
 
int MV_E_SR_PORT_USING = 0x8000053A
 The port No. More...
 
int MV_E_SR_D3D_RESOURCE = 0x8000053B
 Creating D3D related resources failed. More...
 
int MV_E_SR_SWAPCHAIN = 0x8000053C
 Swap chain related error. More...
 
int MV_E_SR_SHADER = 0x8000053D
 Shader operation related error. More...
 
int MV_E_SR_FONT = 0x8000053E
 Font related error. More...
 
int MV_E_SR_LOAD_LIBRARY = 0x8000053F
 Dynamically loading library failed. More...
 
int MV_E_SR_OPENGL_RESOURCE = 0x80000540
 Creating OpenGL related resources failed. More...
 
int MV_E_SR_CONTEXT = 0x80000541
 Context operation failed. More...
 
int MV_E_SR_PRESENT = 0x80000542
 Present API call failed due to a graphics card issue. More...
 
int MV_E_SR_INVALID_RECT = 0x80000543
 The rectangle area is invalid. More...
 
int MV_E_SR_INVALID_FLOAT = 0x80000544
 The normalized float value is invalid. More...
 
int MV_E_SR_INVALID_COLOR = 0x80000545
 Color is invalid. More...
 
int MV_E_SR_INVALID_POINT = 0x80000546
 Point is invalid. More...
 
int MV_E_SR_RUNTIME = 0x80000547
 Running environment error. More...
 

Detailed Description

Variable Documentation

◆ MV_OK

int MV_OK = 0x00000000

No error.

◆ MV_E_HANDLE

int MV_E_HANDLE = 0x80000000

Incorrect or invalid handle.

◆ MV_E_SUPPORT

int MV_E_SUPPORT = 0x80000001

The feature is not supported.

◆ MV_E_BUFOVER

int MV_E_BUFOVER = 0x80000002

The buffer is full.

◆ MV_E_CALLORDER

int MV_E_CALLORDER = 0x80000003

Incorrect API calling sequence.

◆ MV_E_PARAMETER

int MV_E_PARAMETER = 0x80000004

Incorrect parameter.

◆ MV_E_RESOURCE

int MV_E_RESOURCE = 0x80000006

Applying for resources failed.

◆ MV_E_NODATA

int MV_E_NODATA = 0x80000007

No data.

◆ MV_E_PRECONDITION

int MV_E_PRECONDITION = 0x80000008

Precondition is incorrect, or running environment has been changed.

◆ MV_E_VERSION

int MV_E_VERSION = 0x80000009

Version mismatch.

◆ MV_E_NOENOUGH_BUF

int MV_E_NOENOUGH_BUF = 0x8000000A

The input memory is not enough.

◆ MV_E_ABNORMAL_IMAGE

int MV_E_ABNORMAL_IMAGE = 0x8000000B

Abnormal image.

Incomplete image may be caused by packet loss.

◆ MV_E_LOAD_LIBRARY

int MV_E_LOAD_LIBRARY = 0x8000000C

Dynamically loading DLL failed.

◆ MV_E_NOOUTBUF

int MV_E_NOOUTBUF = 0x8000000D

No available buffer.

◆ MV_E_ENCRYPT

int MV_E_ENCRYPT = 0x8000000E

Error occurred when performing encryption.

◆ MV_E_OPENFILE

int MV_E_OPENFILE = 0x8000000F

Error occurred when opening file.

◆ MV_E_BUF_IN_USE

int MV_E_BUF_IN_USE = 0x80000010

Buffer address has been used.

◆ MV_E_BUF_INVALID

int MV_E_BUF_INVALID = 0x80000011

Invalid buffer address.

◆ MV_E_NOALIGN_BUF

int MV_E_NOALIGN_BUF = 0x80000012

Buffer alignment exception.

◆ MV_E_NOENOUGH_BUF_NUM

int MV_E_NOENOUGH_BUF_NUM = 0x80000013

Insufficient number of buffers.

◆ MV_E_PORT_IN_USE

int MV_E_PORT_IN_USE = 0x80000014

Serial port is occupied.

◆ MV_E_IMAGE_DECODEC

int MV_E_IMAGE_DECODEC = 0x80000015

Decoding error.

Error occurred when verifying the image via SDK.

◆ MV_E_UINT32_LIMIT

int MV_E_UINT32_LIMIT = 0x80000016

The API does not support returning the image with size greater than unsigned int.

◆ MV_E_IMAGE_HEIGHT

int MV_E_IMAGE_HEIGHT = 0x80000017

Image height exception (incomplete frame is dropped).

◆ MV_E_NOENOUGH_DDR

int MV_E_NOENOUGH_DDR = 0x80000018

Insufficient DDR buffer.

◆ MV_E_NOENOUGH_STREAM

int MV_E_NOENOUGH_STREAM = 0x80000019

Insufficient stream channels.

◆ MV_E_NORESPONSE

int MV_E_NORESPONSE = 0x8000001A

No response from device.

◆ MV_E_WRITEFILE

int MV_E_WRITEFILE = 0x8000001B

Exception occurred when writing to the file.

◆ MV_E_READFILE

int MV_E_READFILE = 0x8000001C

Exception occurred when reading from the file.

◆ MV_E_FILELENGTH

int MV_E_FILELENGTH = 0x8000001D

File length exception.

◆ MV_E_RESOURCE_EVENT

int MV_E_RESOURCE_EVENT = 0x8000001E

Creating event failed.

◆ MV_E_RESOURCE_THREAD

int MV_E_RESOURCE_THREAD = 0x8000001F

Creating thread failed.

◆ MV_E_DEV_OFFLINE

int MV_E_DEV_OFFLINE = 0x80000020

Device is offline.

◆ MV_E_DEV_SUPPORT

int MV_E_DEV_SUPPORT = 0x80000021

Device is not supported.

◆ MV_E_PLATFORM_SUPPORT

int MV_E_PLATFORM_SUPPORT = 0x80000022

It is not supported on the current platform.

◆ MV_E_SERIAL_BUFFER_FULL

int MV_E_SERIAL_BUFFER_FULL = 0x80000023

Device serial port buffer space is insufficient.

◆ MV_E_CHANNEL_INDEX

int MV_E_CHANNEL_INDEX = 0x80000024

Stream channel index is invalid.

◆ MV_E_PARAMETER_RANGE

int MV_E_PARAMETER_RANGE = 0x80000025

The parameter is out of range.

◆ MV_E_RESOURCE_IO

int MV_E_RESOURCE_IO = 0x80000026

I/O resource exception.

◆ MV_E_IMAGE_INFO_INVALID

int MV_E_IMAGE_INFO_INVALID = 0x80000027

Image information (such as width, height, and height) is abnormal.

◆ MV_E_RESOURCE_IN_USE

int MV_E_RESOURCE_IN_USE = 0x80000028

The requested resource (such as frame grabber, device, and stream) is in use.

◆ MV_E_DEV_NOT_IMPLEMENTED

int MV_E_DEV_NOT_IMPLEMENTED = 0x80000041

The command is not implemented in device.

◆ MV_E_DEV_INVALID_PARAMETER

int MV_E_DEV_INVALID_PARAMETER = 0x80000042

The command parameter is invalid or out of range.

◆ MV_E_DEV_INVALID_ADDRESS

int MV_E_DEV_INVALID_ADDRESS = 0x80000043

Attempted to access non-existent register address.

◆ MV_E_DEV_WRITE_PROTECT

int MV_E_DEV_WRITE_PROTECT = 0x80000044

Attempted to write to read-only register.

◆ MV_E_DEV_BAD_ALIGNMENT

int MV_E_DEV_BAD_ALIGNMENT = 0x80000045

Attempted to access register address not aligned according to underlying technology.

◆ MV_E_DEV_ACCESS_DENIED

int MV_E_DEV_ACCESS_DENIED = 0x80000046

Attempted to read from unreadable or write to unwritable register address.

◆ MV_E_DEV_BUSY

int MV_E_DEV_BUSY = 0x80000047

Device is busy.

◆ MV_E_DEV_MSG_TIMEOUT

int MV_E_DEV_MSG_TIMEOUT = 0x80000048

Device response timed out.

◆ MV_E_DEV_INVALID_HEADER

int MV_E_DEV_INVALID_HEADER = 0x80000049

Received command header is invalid.

◆ MV_E_DEV_UNKNOWN

int MV_E_DEV_UNKNOWN = 0x8000004A

Unknown error code returned from device (not converted to corresponding error code).

◆ MV_E_DEV_INVALID_PARAMS

int MV_E_DEV_INVALID_PARAMS = 0x8000004B

The parameter returned by the device is invalid.

◆ MV_E_DEV_WRONG_CONFIG

int MV_E_DEV_WRONG_CONFIG = 0x8000004C

The device configuration does not allow executing the sent command.

◆ MV_E_DEV_CRC

int MV_E_DEV_CRC = 0x8000004D

CRC error.

◆ MV_E_INTERNAL

int MV_E_INTERNAL = 0x800000FE

SDK internal error.

◆ MV_E_UNKNOW

int MV_E_UNKNOW = 0x800000FF

Unknown error.

◆ MV_E_GC_GENERIC

int MV_E_GC_GENERIC = 0x80000100

Generic error.

◆ MV_E_GC_ARGUMENT

int MV_E_GC_ARGUMENT = 0x80000101

Invalid parameter.

◆ MV_E_GC_RANGE

int MV_E_GC_RANGE = 0x80000102

The value is out of range.

◆ MV_E_GC_PROPERTY

int MV_E_GC_PROPERTY = 0x80000103

Attribute error.

◆ MV_E_GC_RUNTIME

int MV_E_GC_RUNTIME = 0x80000104

Running environment error.

◆ MV_E_GC_LOGICAL

int MV_E_GC_LOGICAL = 0x80000105

Incorrect logic.

◆ MV_E_GC_ACCESS

int MV_E_GC_ACCESS = 0x80000106

Incorrect node access condition.

◆ MV_E_GC_TIMEOUT

int MV_E_GC_TIMEOUT = 0x80000107

Timed out.

◆ MV_E_GC_DYNAMICCAST

int MV_E_GC_DYNAMICCAST = 0x80000108

Conversion exception.

◆ MV_E_GC_NODE_NOT_FOUND

int MV_E_GC_NODE_NOT_FOUND = 0x80000109

Node does not exist.

◆ MV_E_GC_NODE_VERIFY

int MV_E_GC_NODE_VERIFY = 0x8000010A

Verifying the node failed.

◆ MV_E_GC_FILE

int MV_E_GC_FILE = 0x8000010B

GenICam file exception.

◆ MV_E_GC_URL_DESC

int MV_E_GC_URL_DESC = 0x8000010C

Device URL descriptor exception.

◆ MV_E_GC_UNKNOW

int MV_E_GC_UNKNOW = 0x800001FF

GenICam unknown error.

◆ MV_E_NOT_IMPLEMENTED

int MV_E_NOT_IMPLEMENTED = 0x80000200

The command is not supported by the device.

◆ MV_E_INVALID_ADDRESS

int MV_E_INVALID_ADDRESS = 0x80000201

The target address does not exist.

◆ MV_E_WRITE_PROTECT

int MV_E_WRITE_PROTECT = 0x80000202

Writing to the target address is not supported.

◆ MV_E_ACCESS_DENIED

int MV_E_ACCESS_DENIED = 0x80000203

No access permission for the device.

◆ MV_E_BUSY

int MV_E_BUSY = 0x80000204

Device is busy, or network is disconnected.

◆ MV_E_PACKET

int MV_E_PACKET = 0x80000205

Network packet error.

◆ MV_E_NETER

int MV_E_NETER = 0x80000206

Network error.

◆ MV_E_DRIVERATTACH

int MV_E_DRIVERATTACH = 0x80000207

GigE driver is not assigned.

◆ MV_E_PACKET_ID_MISMATCH

int MV_E_PACKET_ID_MISMATCH = 0x80000208

The received packet ID mismatch.

◆ MV_E_IMAGE_BUFFER_OVERFLOW

int MV_E_IMAGE_BUFFER_OVERFLOW = 0x80000209

Image buffer overflow.

◆ MV_E_NO_BUFFER_FOR_USE

int MV_E_NO_BUFFER_FOR_USE = 0x8000020A

No available buffer for use.

◆ MV_E_XML_INFO_PACKET_ERR

int MV_E_XML_INFO_PACKET_ERR = 0x8000020B

Error occurred when parsing XML information packet.

◆ MV_E_TIMEOUT

int MV_E_TIMEOUT = 0x8000020C

Timed out.

◆ MV_E_NET_TRANSMISSION_TYPE_ERR

int MV_E_NET_TRANSMISSION_TYPE_ERR = 0x8000020D

Network transmission type parameter error (unicast, multicast, etc.).

◆ MV_E_SUPPORT_MODIFY_DEVICE_IP

int MV_E_SUPPORT_MODIFY_DEVICE_IP = 0x8000020E

Changing device IP mode is not supported under fixed IP mode.

◆ MV_E_KEY_VERIFICATION

int MV_E_KEY_VERIFICATION = 0x8000020F

Incorrect secret key.

◆ MV_E_VALUE_NOT_EXPECTED

int MV_E_VALUE_NOT_EXPECTED = 0x80000210

The value does not meet the requirement.

◆ MV_E_DEV_DISCONNECT

int MV_E_DEV_DISCONNECT = 0x80000211

Device is disconnected.

◆ MV_E_UDP_INIT

int MV_E_UDP_INIT = 0x80000212

UDP initialization failed.

◆ MV_E_UDP_SEND_DATA

int MV_E_UDP_SEND_DATA = 0x80000213

Sending data via UDP failed.

Network exception.

◆ MV_E_UDP_RECV_DATA

int MV_E_UDP_RECV_DATA = 0x80000214

Receiving data via UDP failed.

Network exception.

◆ MV_E_UDP_CONNECT

int MV_E_UDP_CONNECT = 0x80000215

UDP connection failed.

◆ MV_E_UDP_RESET_CONNECT

int MV_E_UDP_RESET_CONNECT = 0x80000216

Resetting UDP connection failed.

◆ MV_E_MULTICAST_ADD_DEVICE

int MV_E_MULTICAST_ADD_DEVICE = 0x80000217

Adding multicast device failed.

◆ MV_E_MULTICAST_IP_INVALID

int MV_E_MULTICAST_IP_INVALID = 0x80000218

IP address exception.

It is out of multicast range.

◆ MV_E_IP_CONFLICT

int MV_E_IP_CONFLICT = 0x80000221

Device IP address conflict.

◆ MV_E_USB_READ

int MV_E_USB_READ = 0x80000300

Error occurred when reading the USB.

◆ MV_E_USB_WRITE

int MV_E_USB_WRITE = 0x80000301

Error occurred when writing to the USB.

◆ MV_E_USB_DEVICE

int MV_E_USB_DEVICE = 0x80000302

Device exception.

◆ MV_E_USB_GENICAM

int MV_E_USB_GENICAM = 0x80000303

GenICam error.

◆ MV_E_USB_BANDWIDTH

int MV_E_USB_BANDWIDTH = 0x80000304

Insufficient bandwidth.

◆ MV_E_USB_DRIVER

int MV_E_USB_DRIVER = 0x80000305

Driver mismatch or the driver is not installed.

◆ MV_E_USB_UNKNOW

int MV_E_USB_UNKNOW = 0x800003FF

USB unknown error.

◆ MV_E_UPG_FILE_MISMATCH

int MV_E_UPG_FILE_MISMATCH = 0x80000400

Upgrade firmware mismatch.

◆ MV_E_UPG_LANGUSGE_MISMATCH

int MV_E_UPG_LANGUSGE_MISMATCH = 0x80000401

Programming language of upgrade firmware mismatch.

◆ MV_E_UPG_CONFLICT

int MV_E_UPG_CONFLICT = 0x80000402

Upgrade conflict (repeated update requests).

◆ MV_E_UPG_INNER_ERR

int MV_E_UPG_INNER_ERR = 0x80000403

Device internal error occurred when upgrading the device.

◆ MV_E_UPG_UNKNOW

int MV_E_UPG_UNKNOW = 0x800004FF

Unknown error occurred when upgrading the device.

◆ MV_E_SUPPORT_PIXEL_FORMAT

int MV_E_SUPPORT_PIXEL_FORMAT = 0x80000500

Pixel format is not supported.

◆ MV_E_SUPPORT_IMAGE_TYPE

int MV_E_SUPPORT_IMAGE_TYPE = 0x80000501

Image type is not supported, such as BMP, TIFF, and JPG.

◆ MV_E_NOENOUGH_INPUT_DATA

int MV_E_NOENOUGH_INPUT_DATA = 0x80000502

Input image data is insufficient.

◆ MV_E_SR_NOT_INITIAL

int MV_E_SR_NOT_INITIAL = 0x80000530

It is not initialized.

◆ MV_E_SR_SUPPORT_FUNCTION

int MV_E_SR_SUPPORT_FUNCTION = 0x80000531

The API is not supported.

◆ MV_E_SR_SUPPORT_ENGINE

int MV_E_SR_SUPPORT_ENGINE = 0x80000532

Rendering engine is not supported.

◆ MV_E_SR_SUPPORT_PIXELTYPE

int MV_E_SR_SUPPORT_PIXELTYPE = 0x80000533

Pixel format is not supported.

◆ MV_E_SR_SUPPORT_TEXTURESIZE

int MV_E_SR_SUPPORT_TEXTURESIZE = 0x80000534

Texture size is not supported.

◆ MV_E_SR_SUPPORT_WND

int MV_E_SR_SUPPORT_WND = 0x80000535

Displaying window is not supported.

◆ MV_E_SR_SUPPORT_EFFECT

int MV_E_SR_SUPPORT_EFFECT = 0x80000536

Displaying effect is not supported.

◆ MV_E_SR_SUPPORT_VIEWTYPE

int MV_E_SR_SUPPORT_VIEWTYPE = 0x80000537

View shifting is not supported.

◆ MV_E_SR_SUPPORT_STATE

int MV_E_SR_SUPPORT_STATE = 0x80000538

Rendering status is not supported.

◆ MV_E_SR_SUBPORT

int MV_E_SR_SUBPORT = 0x80000539

The port No.

is invalid.

◆ MV_E_SR_PORT_USING

int MV_E_SR_PORT_USING = 0x8000053A

The port No.

is used.

◆ MV_E_SR_D3D_RESOURCE

int MV_E_SR_D3D_RESOURCE = 0x8000053B

Creating D3D related resources failed.

◆ MV_E_SR_SWAPCHAIN

int MV_E_SR_SWAPCHAIN = 0x8000053C

Swap chain related error.

◆ MV_E_SR_SHADER

int MV_E_SR_SHADER = 0x8000053D

Shader operation related error.

◆ MV_E_SR_FONT

int MV_E_SR_FONT = 0x8000053E

Font related error.

◆ MV_E_SR_LOAD_LIBRARY

int MV_E_SR_LOAD_LIBRARY = 0x8000053F

Dynamically loading library failed.

◆ MV_E_SR_OPENGL_RESOURCE

int MV_E_SR_OPENGL_RESOURCE = 0x80000540

Creating OpenGL related resources failed.

◆ MV_E_SR_CONTEXT

int MV_E_SR_CONTEXT = 0x80000541

Context operation failed.

◆ MV_E_SR_PRESENT

int MV_E_SR_PRESENT = 0x80000542

Present API call failed due to a graphics card issue.

◆ MV_E_SR_INVALID_RECT

int MV_E_SR_INVALID_RECT = 0x80000543

The rectangle area is invalid.

◆ MV_E_SR_INVALID_FLOAT

int MV_E_SR_INVALID_FLOAT = 0x80000544

The normalized float value is invalid.

◆ MV_E_SR_INVALID_COLOR

int MV_E_SR_INVALID_COLOR = 0x80000545

Color is invalid.

◆ MV_E_SR_INVALID_POINT

int MV_E_SR_INVALID_POINT = 0x80000546

Point is invalid.

◆ MV_E_SR_RUNTIME

int MV_E_SR_RUNTIME = 0x80000547

Running environment error.